home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / os2 / TOSHIBA / TOSHIBAO.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1991-02-12  |  4.8 KB  |  172 lines

  1.                 ToshibaLAN Drivers for LAN Manager 2.0
  2.                 ======================================
  3.  
  4.  
  5. Introduction
  6. ------------
  7.  
  8. Microsoft's LAN Manager is a network operating system that provides file
  9. sharing, resource sharing, as well as network management.  The ToshibaLAN
  10. card combined with its LAN Manager drivers make it possible to connect your
  11. Toshiba computers to a network managed by LAN Manager.
  12.  
  13. Toshiba's LAN Manager Drivers V. 2.0 support Microsoft LAN Manager 2.0 for
  14. MS-OS/2 server, MS-OS/2 client and MS-DOS client.  The driver accommodates
  15. only one ToshibaLAN card in a single system.
  16.  
  17. This README file explains how to install the driver software.  In addition,
  18. it provides information you need to configure your ToshibaLAN card.
  19.  
  20.  
  21. LAN Manager Requirements
  22. ------------------------
  23.  
  24. LAN Manager 2.0 makes the following requirements:
  25.  
  26. Server:         MS OS/2 1.2 (Toshiba OS/2 1.2)
  27. OS/2 Client:    MS OS/2 1.2 (Toshiba OS/2 1.2)
  28. MS-DOS Client:  MS-DOS 3.0 and above (Toshiba DOS 3.2 and above)
  29.  
  30.  
  31. Driver Files
  32. ------------
  33.  
  34. The volume name of the diskette that contains the Toshiba LAN Manager driver
  35. is TSBETHER_LM.  It contains the following directories and files.
  36.  
  37. \MSLANMAN.OS2
  38.     \DRIVERS
  39.         \ETHERNET
  40.             \TSBETHER
  41.                 TSBETHER.OS2 - OS/2 driver
  42.                 PROTOCOL.INI - Adapter information
  43.         \NIF
  44.             TSBETHER.NIF - Network information
  45. \MSLANMAN.DOS
  46.     \DRIVERS
  47.         \ETHERNET
  48.             \TSBETHER
  49.                 TSBETHER.DOS - DOS driver
  50.                 PROTOCOL.INI - Adapter information
  51.         \NIF
  52.             TSBETHER.NIF - Network information
  53.  
  54.  
  55. Installing the Driver
  56. ---------------------
  57.  
  58. Follow these steps:
  59.  
  60. 1. Refer to the chapter entitled Installation in the ToshibaLAN Network
  61.    Installation Manual (C117-0689A1) to determine which configuration to
  62.    use.
  63.  
  64. 2. Configure the ToshibaLAN card according to the hardware configuration
  65.    you chose in step 1.
  66.  
  67. 3. Use the LAN Manager SETUP utility to install the driver.  Microsoft's
  68.    LAN Manager Installation Guide explains how to use the setup utility.
  69.  
  70.    If the following message appears while running the SETUP utility:
  71.  
  72.         Program too big to fit in memory
  73.  
  74.    stop all network activities by typing:
  75.  
  76.         NET STOP RDR /y
  77.  
  78.    and run the SETUP utility again.
  79.  
  80. 4. Use a plain editor to edit the TSBETHER_NIF section of PROTOCOL.INI in
  81.    \LANMAN.DOS or \LANMAN to match the configuration you decided on in
  82.    step 1.
  83.  
  84. 5. Restart (reboot) the computer to make the new configuration effective.
  85.  
  86. NOTE:  PROTOCOL.INI configurations must match the ToshibaLAN hardware
  87.        configurations.  Otherwise, you will experience unexpected results.
  88.  
  89.  
  90. Configuring the Driver
  91. ----------------------
  92.  
  93. The configuration file, PROTOCOl.INI contains the configuration and binding
  94. information for all protocol and MAC modules in the system.  The Microsoft
  95. LAN Manager Network Device Driver Guide has more information regarding
  96. PROTOCOL.INI.
  97.  
  98. The default module name (in PROTOCOL.INI) for the Toshiba driver is
  99. TSBETHER_NIF.  This section documents the driver options you may include
  100. as part of the TSBETHER_NIF module.
  101.  
  102. DRIVERNAME
  103.  
  104.     This is the name of the device.  This entry is required.
  105.  
  106.     Type:       ASCII text
  107.  
  108.     Values:     TSBETH$
  109.  
  110.     Example:    DRIVERNAME=TSBETH$
  111.  
  112. INTERRUPT
  113.  
  114.     This is an optional field used to define the hardware interrupt level
  115.     (IRQ).  The jumper setting must match this entry.
  116.  
  117.     Type:       numeric
  118.  
  119.     Values:     3,4,5,7,9,10
  120.  
  121.     Default:    9
  122.  
  123.     Example:    INTERRUPT=9
  124.  
  125. IOBASE
  126.  
  127.     This entry specifies the location of the 32 I/O ports in the I/O space.
  128.     The switch settings must match this entry.
  129.  
  130.     Type:       Hexadecimal
  131.  
  132.     Syntax:     0xnnn (where nnn is the base I/O address)
  133.  
  134.     Values:     0x200, 0x220, 0x240,... 0x3C0, 0x3E0
  135.  
  136.     Default:    0x280
  137.  
  138.     Example:    IOBASE=0x280
  139.  
  140. MEMORYBASE
  141.  
  142.     The ToshibaLAN card has 64K on-board, shared memory (SRAM).  This entry
  143.     specifies the base of the SRAM.  No hardware settings are required.
  144.  
  145.     Type:       Hexadecimal
  146.  
  147.     Syntax:     0xnnnnn (where nnnnn is the base memory address)
  148.  
  149.     Values:     0xC8000, 0xD0000, 0xD8000, 0xE0000, 0xE8000
  150.  
  151.     Default:    0xD0000
  152.  
  153.     Example:    MEMORYBASE=0xD0000
  154.  
  155. MEMORYSIZE
  156.  
  157.     This entry specifies the size of the shared memory (SRAM) to use.  No
  158.     hardware settings are required.
  159.  
  160.     Type:       Numeric in kilobyte increments
  161.  
  162.     Values:     64, 32
  163.  
  164.     Default:    64
  165.  
  166.     Example:    MEMORYSIZE=64
  167.  
  168.     NOTE:  MEMORYBASE and MEMORYSIZE parameters configure the SRAM usage.
  169.            Make sure the SRAM configuration does not cross the 64K boundary.
  170.            That is, if you use all 64K, the only MEMORYBASE options allowed
  171.            are 0xD0000 and 0xE0000.
  172.